entry: Use regular drag highlight
authorMatthias Clasen <mclasen@redhat.com>
Thu, 3 Dec 2015 04:50:03 +0000 (23:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 3 Dec 2015 04:52:55 +0000 (23:52 -0500)
commit058dfb07233e54a2372404b91fbc0b792f6483e2
tree977e4c6bb6276e3e0aa249b9d7a1700d7de00633
parent0b9136842d92456a921d5d2c4d69c07fa60e0ee8
entry: Use regular drag highlight

The entry code passes GTK_DEST_DEFAULT_HIGHLIGHT when setting
up the drop target, but that is ineffective because of the
custom drag_motion implementation. Instead, call
gtk_drag_[un]hightlight ourselves.
gtk/gtkentry.c